function driver meaning in Chinese
功能驱动程序
Examples
- A function driver can dynamically link to other kernel - mode dlls too
一个函数驱动也可以动态链接到其他内核模式的dll 。 - The combination of minidriver and class driver adds up to a single function driver
迷你驱动核类驱动的联合组成了一个单一的函数驱动。 - I said earlier that devices can have upper and lower filter drivers as well as a function driver
之前我说过:设备可以像一个函数驱动那样具有更高或更低的过滤驱动。 - Fdo stands for function device object . the function driver uses this object to manage the functionality of the device
Fdo代表功能设备对象。功能驱动使用这个对象来管理设备的功能性。 - You will decide first whether to write a monolithic function driver , a filter driver , or just a minidriver
你首先要决定要编写一个单片机类的驱动,一个筛选驱动,或者仅仅一个迷你驱动。